@charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font:normal 14px/28px '微软雅黑';}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html,body{color:#434343;font-size:14px;}
em{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;display:inline;}
address,cite,dfn,em,var{font-style:normal;}
ul,ol,li,dl,dd,dt{list-style:none;}
a{text-decoration:none; color:#3f3432;}
a:hover{text-decoration:none; color:#0555a5; transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;}
a.red:link,a.red:visited,a.red:hover{ color:#d60606;}
fieldset,img{border:none;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
.clear:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clear {clear:both; }
.left {float:left;}
.right {float:right;}
*{
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container {
    padding: 0;
    margin: 0 auto;
}


@media (min-width: 1300px) {
    .container {width:1280px}
}
@media (max-width: 1299px) {
    .container {width:960px}
}


@media (max-width: 990px) {
    .container {width:96%}
}



.top_bg{border-bottom:1px solid #d3d3d3; padding:5px 0}
.top{font-size:14px; color:#434343}



/*头部*/
.topline{ width:100%; height: auto; overflow:hidden; padding:10px 0; z-index:9;}
.top_logo{ width:35%; float:left;}
.top_logo a img{max-width:100%; height:auto; overflow:hidden; display:block}


/*导航栏*/
.menuline{ width:63%;  float:right; padding-top:2% }
#menu ul{ width:100%; height: auto; overflow:hidden}
#menu ul li{ width:16.666%; float:left; font-size:16px; font-weight:bold; text-align:center;color:#000; }
#menu ul li a{display:block;}
#menu ul li a:hover{color:#005aa2; display:block; transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;}
.navon a{color:#005aa2;}


/* 手机站头部 */
.topline-m{
	position: fixed;
	top: 0;
	/*height: 80px;*/
	padding-top: 1px;
	z-index: 9999;
	background: #FFFFFF;
	display: none;
	width:100%;
	box-shadow:0px 0px 8px 0px #666
}
.logo-m{
	width: 30%;

	padding: 0 10px;
}
.logo-m img{
	width: 100%;
}
.menu-m{
	position: absolute;
	top: 20px;
	right: 10px;
}
.menu-m img{
	width: 30px;
}
.topline-m .nav_hide{
	position: absolute;
	top: 70px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(2, 29, 94, 0.7);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:54px;line-height:54px;border-bottom:1px #888 solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:18px;color:#fff;text-align:center;}

@media (max-width:1024px) {
	.top_logo{padding-top:10px}
}

@media (max-width:768px) {
	.topline{display: none;}
}

@media (max-width:768px) {
	.logo a img{width: 50%;}
	.topline-m{display: block;}
	.top_bg{display:none}
}

@media (max-width:600px) {
	.logo-m{width: 37%;}
	.menu-m{top:15px}
}
@media (max-width:420px) {
	.logo-m{width: 47%; margin-top:5px}
}



/*banner图*/
.clear{ clear:both;}
.bannerdt{width:100%; height:670px; margin:0 auto;}
.banner{ width:100%; height:670px; overflow:hidden; position:relative;font-size:0;font-family:"微软雅黑";  }
.b-img{ height:670px;  position:absolute; left:0; top:0; }
.b-img a{ display:block; height:670px; float:left;}
.b-list{ height:50px; padding-top:630px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%;  float:left; margin:0 5px; _margin:0 3px; background:#FFF;}
.b-list .spcss{ background:#394a76;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:250px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:250px; }
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}


/*手机 banner-m */
.swiper-container {
	width: 100%;
	height: auto; overflow:hidden;
	display: none;
} 
.swiper-wrapper{
	width: 100%;
	height: auto; overflow:hidden;
}
.swiper-slide{
	width: 100%;
	height: auto; overflow:hidden;
	/*background: #000000;*/
	color: white;
}
.swiper-slide img{
	width: 100%;
	height: auto; overflow:hidden
}
@media screen and (max-width:1280px) {
	.bannerdt{display: none;}
	.swiper-container{display: block;}
}


@media (max-width:768px) {
	.swiper-container{ margin-top:70px}

}


@media (max-width:540px) {
	.swiper-container{ margin-top:55px}

}






/*xyin-honor*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{background-color: #f8f8f8;
    box-shadow: 0px 0px 8px #ccc;
    margin: 15px;
    display: block;
}

.slick-initialized .slick-slide p{padding:4%; color:#666; font-size:14px}
.slick-initialized .slick-slide p a{display:block; font-size:18px; color:#000; margin-bottom:10px}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.in_t_bt{ width:100%; height:auto; overflow:hidden}

.in_title{width:30%; height:auto; overflow:hidden; float:left;}
.in_title a{font:bold 36px/40px "微软雅黑"; color:#000; padding-bottom:15px}
.in_title span{color:#ca0f0a; display:block; font-size:18px; color:#f1b603; font-family:Arial, Helvetica, sans-serif}

.in_pro_fl{width:68%; float:right; text-align:right; font-size:16px; line-height:26px; color:#666; margin-top:15px}
.in_pro_fl a{ margin:0 20px; color:#222}

.xyin-honor{ margin-top:60px}

.xyin-honor .honor-tit { background: url(../images/honor_bg.png) top 20px right 55px no-repeat; margin-bottom: 25px;}
.xyin-honor .honor-tit li{ display: inline-block; width: 147px; line-height: 44px; text-align: center; background: #288fc7; font-size: 20px;}
.xyin-honor .honor-tit li a { color: #ffffff;}
.xyin-honor .honor-tit li:hover { background: #0b6a9f;}
.xyin-honor .honor-tit li + li { margin-left: 10px;}
.xyin-honor .honor-tit .more { float: right; font-size: 14px; color: #000000; margin-top: -30px;}
.xyin-honor .honor-slick { position: relative; margin-top:40px}
.xyin-honor .honor-slick .slick-list { margin: 0 -10px;}
.xyin-honor .honor-slick .slick-con { display: block; /*padding: 0 10px;*/}
.xyin-honor .honor-slick .slick-con img { display: block; width: 100%;
}
.xyin-honor .honor-slick .slick-con p{font-size:18px; margin-top:8px; line-height:30px; color:#434343; background-color:#fff; text-align:center; padding:2rem 0}
.xyin-honor .honor-slick .slick-con:hover img{}
.xyin-honor .honor-slick .slick-con:hover p{background-color:#ef0700; color:#fff}
.xyin-honor .honor-slick .slick-con h3 { text-align: center; font-size: 14px; color: #666666; line-height: 30px;}
.xyin-honor .honor-slick .slick-arrow { position: absolute; top: 45%; width: 36px; height: 36px; outline: none; border: none; font-size: 0; z-index:9}
.xyin-honor .honor-slick .slick-arrow.slick-prev { background: url(../images/honor-right.png) center no-repeat; left: -50px;}
.xyin-honor .honor-slick .slick-arrow.slick-next { background: url(../images/honor-left.png) center no-repeat; right: -50px;}
/*.xyin-honor .honor-slick .slick-arrow.slick-prev:hover { background: url(../images/honor-right1.png) center no-repeat; left: -50px;}
.xyin-honor .honor-slick .slick-arrow.slick-next:hover { background: url(../images/honor-left1.png) center no-repeat; right: -50px;}*/



@media (max-width:1060px) {
	.xyin-honor .honor-slick .slick-arrow.slick-prev {left: 0px;}
	.xyin-honor .honor-slick .slick-arrow.slick-next {right:0px}
	/*.xyin-honor .honor-slick .slick-arrow.slick-next { display:none; background:none}*/
	.slick-initialized .slick-slide{margin:10px}
}
@media (max-width: 991px) {
.in_title a{font:bold 38px/40px "微软雅黑";}
.in_title font{margin-top:10px; margin-left:0; display:block} }

@media (max-width: 768px) { 
.in_title{width:100%; float:none; display:block; text-align:center;}
.in_pro_fl{width:100%; float:none;text-align:center;}

.xyin-honor .honor-tit {background: none; margin-bottom: 25px; }
.xyin-honor .honor-tit li {width: 100px; line-height: 35px; font-size: 16px; }
/*.xyin-honor .honor-slick .slick-con { padding: 0 5px;}*/
}








/*公司简介*/
.in_about_bg{ width:100%; height: auto; overflow:hidden; margin-top:60px; padding:60px 0; background:url(../images/in_about_bg.jpg) no-repeat center}

.in_about_l{width:40%; float:left}
.in_about_l a{width:100%; min-height:300px; display:block}
.in_about_l a img{display:none}









.in_about_r{ width:60%; float:right; background-color:#fff; padding:4%; margin-top:30px; box-shadow:0 0 8px 0 #ccc}
.gsjjright a img{width:100%; height:auto; overflow:hidden; display:block}
.in_about_r h2 a{ font-size:28px; color:#000;line-height:30px; font-weight: normal; }
.in_about_r h2 a span{font-size:20px; color:#999; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif ; text-transform:uppercase; line-height:30px; display:block; font-weight:normal}
.in_about_r p{ color:#434343;padding-top:32px;}
.in_about_r h3{margin-top:35px; display:block}
.in_about_r h3 span{width:50px; height:2px; background-color:#c3c3c3; display:inline-block}
.in_about_r h3 a{font-size:16px; color:#f1b603; margin-left:15px}


@media (max-width:768px) {
	/*.in_about_bg{background:url(../images/in_about_bg.jpg) no-repeat right fixed}*/
	.in_about_bg{ background:#f5f5f5;}
	.in_about_l{width: 100%; float:none; height: auto;overflow: hidden;}
	.in_about_r{width: 100%; float:none; height: auto;}
	.in_about_l a img{display: block; width:100%; height:auto; overflow:hidden}

}









/*产品展示*/
/*

.in_title span{display:block; font-size:24px; font-weight:normal; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif ; display:block; color:#999}
.in_title{width:100%; height:auto; overflow:hidden; text-align:center;  background:url(../images/in_title_bg.png) no-repeat center 50px;   line-height:40px; padding-bottom:20px  }
.in_title a{font-size:30px; color:#000;}

.in_pro{width:100%; height:auto; overflow:hidden; padding-top:20px;}

.in_prolist{width:32%; float:left; margin:10px 0}
.in_prolist:nth-child(2){margin:10px 2%}
.in_prolist:nth-child(5){margin:10px 2%}
.in_prolist a img{width:99%; height:auto; overflow:hidden; border:1px solid #ccc; display:block}

.in_prolist p{width:99%; border:1px solid #0c4cae; height:auto; overflow:hidden; padding:3% 0; background-color:#0c4cae; text-align:center; font-size:16px; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-break:break-all }
.in_prolist p a{color:#fff}
@media (max-width:768px) {
	.in_prolist{width:49%; float:left; margin:10px 0}
	.in_prolist:nth-child(2n){margin:10px 0 10px 2%}
	.in_prolist:nth-child(5){margin:10px 0}
}
*/



/*新闻中心*/
.in_news_bg{ width:100%; margin-top:60px;}

.in_news{width:100%; height:auto; overflow:hidden; margin-top:50px}

.in_news_l{width:55%; float:left; position:relative; border-radius:10px; background-color:#fff; padding-bottom:30px;}
.in_news_l_t{width:100%; height:auto; overflow:hidden; padding-bottom:20px; border-bottom:1px solid #eaeaea}
.in_news_l_t ul li{width:48.5%; float:left}
.in_news_l_t ul li:nth-child(2){margin-left:3%}
.in_news_l_t ul li a img{width:100%; height:auto; overflow:hidden; display:block}
.in_news_l_t ul li a p{ font-size:18px; color:#000; font-weight:bold; margin-top:10px}

.in_news_l_b{width:100%; height:auto; overflow:hidden; margin-top:20px}
.in_news_l_b ul li{width:100%; height:auto; overflow:hidden; line-height:30px; padding:10px 0; border-bottom:1px dashed #eaeaea}
.in_news_l_b ul li span{font-family:Arial, Helvetica, sans-serif; color:#999; float:right}
.in_news_l_b ul li a{color:#222;}

.in_news_r{width:43%; float: right; background-color:#f8f8f8; padding-bottom:40px}
.in_news_r h3{width:100%; height:auto; overflow:hidden; position:relative; display:block}
.in_news_r h3 img{width:100%; height:auto; overflow:hidden; position:relative; display:block}
.in_news_r h3 span{position:absolute; background:rgba(255,177,54,0.8); bottom:0; padding:10px 25px; font-size:20px; color:#222; font-family:Arial, Helvetica, sans-serif}

.in_news_r h2{padding:18px 5%; display:block}
.in_news_r h2 a{font-size:20px; font-weight:bold; color:#000}
.in_news_r p{padding:0 5%; color:#666}

/* 新闻 */


@media (max-width:991px) {
	.in_news_l{width:100%; float:none}
	.in_news_r{width:100%; float:none; margin-top:20px}
	
}

@media (max-width:500px) {
	.in_news_l_t ul li{width:100%; float:none}
.in_news_l_t ul li:nth-child(2){margin-left:0; margin-top:20px}
}



/*联系我们*/

.in_contact_bg{width:100%; height:auto; overflow:hidden; background:url(../images/in_lx_bg.jpg) no-repeat center fixed; padding:60px 0;  margin-top:60px}
.in_contact{width:100%; height:auto; overflow:hidden; margin-top:40px}

.in_contact_list{width:32%; float:left; margin-right:2%; padding:2%; border:1px solid #fff; min-height:138px;display: flex; /* 将容器设置为flex布局 */
   justify-content: left; /* 水平居中 */
   align-items: center; color:#fff; }
.in_contact_list:nth-child(3){margin-right:0}
.in_contact_list img{float:left; margin-right:20px}
.in_contact_list p{font-size:15px; word-break:break-all;}
.in_contact_list p span{font-size:18px; padding-bottom:10px; display:inline-block}

@media (max-width:768px) {
	.in_contact_list{justify-content:center; text-align:center; display:block; min-height:190px;}
	.in_contact_list img{float:none; margin-right:0}
}
@media (max-width:600px) {
	.in_contact_list{justify-content:left; text-align: left; display:flex; min-height:138px;}
	.in_contact_list img{float:left; margin-right:20px}
	.in_contact_list{width:100%; float:none;margin-right:0; margin-top:20px}
}

.sy_lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.sy_lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.sy_lyb {
	width: 99%;
	margin: .5em auto;
}
.sy_lyb_tj {
		width: 50%;
	margin: .5em auto;
	}

.sy_lyb_tj input {
	width: 100%;
	background-color: #0256AC;
	border: 1px solid #0256AC;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	
	.sy_lyb_tj {
		width: 40%;
	}
}

@media (max-width:768px) {
	.in_contact_l{width:100%; float:none;}
	.in_contact_r{width:100%; float:none; margin-top:20px}
}


/*版底*/

.footer_bg{ width:100%; height:auto; overflow:hidden; background-color:#e7e7e7; padding:20px 0}

.footer{margin-top:40px}
.footer_l{width:65%; float:left; margin-top:15px; line-height:32px; color:#222}
.footer_l a{color:#666}

.footer_r{width:25%; float:right}
.footer_r ul li{width:46%; float:left; margin-left:4%}
.footer_r ul li img{width:100%; height:auto; overflow:hidden}
.footer_r ul li p{text-align:center; font-size:14px; color:#434343}

/*版权*/
.foot{ width:100%; height:auto; overflow:hidden; padding:20px 0; background:#0c4cae; border-top:1px solid #fff}
.footzt{font-size:14px; color:#FFF; margin:0 auto; text-align:center; line-height:34px;}
.footzt a{ color:#eee}

@media (max-width:1023px){
	.footer_m{width:35%; margin-left:5%;}
}
@media (max-width:768px){
	.footer_bg{padding:20px 0 60px 0}
	.footer_l{width:100%; float:none;}

	.footer_m{width:100%; float:none; margin-left:0; border-bottom:1px solid rgba(255,255,255,0.4); border-top:1px solid rgba(255,255,255,0.4); padding:20px 0; margin:20px 0}
	.footer_r{width:100%; float:none;}
	.footer_r ul li{width:25%; float:left; margin:20px 3% 0 0}
	.footzt{ padding-bottom:60px}
}

@media (max-width:550px) {

	.footer_r ul li{width:46%; margin:20px 2% 0 2%}
}






/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 33%;
	background:rgba(0,76,137,0.8);
	float: left;
	padding: 10px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 20px;
	padding: 2px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
		padding: 3px 0px;
	}
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block !important;
	}
}

/* 内页 */
@media (max-width:768px) {
	/* 关于我们 */
	.ny_gsjjban{display: none;}
	.ny_yd{margin-top: 80px;}
	.ny_ydzt{width: 100%;}
	.ny_ydl{display: none;}
	.ny_ydr{width: 95%;text-align: left;padding: 0 10px;}
	.ny_gsjjnr{margin-top: 20px;}
	

	.ny_gsjjnrr{width: 94%;padding: 3%;text-align: justify;margin-bottom: 50px;}
	.ny_gsjjnrr img{max-width: 100%;}
	/* 联系我们 */
	.ny_gsjjbt{width: 100%;}
	.ny_gsjjbtzw{width: 100%;}
	.ny_gsjjbtyw{width: 100%;}
	.ny_lxwm{min-height: 0;margin-top: 0;}
	.ny_lxwmzt{min-height: 0;}
	.ny_lxwmzt{width: 100%;}
	.ny_lxwml{display: none;}
	.ny_lxwmright{width: 94%;padding: 3%;text-align: justify;margin-bottom: 70px;}
	
	/* 新闻中心 */
	.ny_xwzxban{display: none;}

	.ny_xwzxzt{width: 100%;}
	.ny_xwzx_nrzt li>.img{width:100%; float:none}
	.ny_xwzx_wz{width:100%; float:none; margin-top:10px}



	
	/* 新闻详情页 */
	.ny_xwzxbt{width: 100%;}
	.ny_xwzxxq{width: 94%;padding: 3%;}
}

@media (max-width:380px){
	.prolist li{width:11.4%;}
}

@media (max-width:320px){
	.prolist li{width:9.7%;}
	.nyprolist li{width: 44%;}
	.nyprolist li img{height: 100px;}

}
